﻿.waitScreen
{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);	
	vertical-align: middle;
	text-align: center;
}

.waitScreen img
{
    position:absolute;
    left: 50%;
    top: 50%;
    /*margin-left: -33px;
    margin-top: -33px;*/
}
